; Fix compiler warning
authorArash Esbati <arash@gnu.org>
Sat, 24 Feb 2024 08:30:16 +0000 (09:30 +0100)
committerArash Esbati <arash@gnu.org>
Sat, 24 Feb 2024 08:30:16 +0000 (09:30 +0100)
* lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin): Fix
character escaping in the docstring.  (bug#69341)

lisp/textmodes/reftex-vars.el

index a0bc5c11ece0ff070d7d842961af4b96e1b8db6e..791b10412c99e1074c08469d706b63f70cbfd54b 100644 (file)
@@ -235,11 +235,10 @@ distribution.  Mixed-case symbols are convenience aliases.")
      "ConTeXt bib module"
      ((?\C-m . "\\cite[%l]")
       (?s    . "\\cite[][%l]")
-      (?n    . "\\nocite[%l]")))
-    )
+      (?n    . "\\nocite[%l]"))))
   "Builtin versions of the citation format.
 The following conventions are valid for all alist entries:
-`?\C-m' should always point to a straight \\cite{%l} macro.
+`?\\C-m' should always point to a straight \\cite{%l} macro.
 `?t'    should point to a textual citation (citation as a noun).
 `?p'    should point to a parenthetical citation.")